home *** CD-ROM | disk | FTP | other *** search
/ Acorn RISC PD-CD 1 / Acorn RISC PD-CD 1.iso / languages / dde / 2ddt / _readme next >
Encoding:
Text File  |  1992-05-06  |  2.6 KB  |  78 lines

  1. Hi again,
  2.  
  3. Its a pain that DDT does not debug utilities or modules!
  4. This program creates a little environment for them so
  5. you can debug them under DDT. There are a few points
  6. to note:
  7.  
  8. Modules : Only the Initilaise code and Start code
  9.           entry points are called. This is really
  10.           for wimp modules that use start code, but
  11.           may have other uses.
  12.  
  13.           Init called with :
  14.              r10 = ptr to parameters
  15.              r11 = #0
  16.              r12 = ptr to 4 byte workspace
  17.              r13 = supervisior stack
  18.              r14 = return address
  19.              Processor in SVC mode
  20.  
  21.           Start called with :
  22.              r0  = ptr to *command
  23.              r12 = ptr to 4 byte workspace
  24.              Processor in USR mode
  25.  
  26. Utils   : This one doesn't always work, utilities that
  27.           call OS_ReadArgs and other SWIs come back
  28.           with V set. I don't know why, but if anyone
  29.           would like to change the program, please
  30.           mail it back to me. Also R0 does point to
  31.           utility name, (OS_GetEnv does not return it)
  32.  
  33.           Called with
  34.              r0  = ptr to tail of * command
  35.              r1  = r0
  36.              r12 = ptr to workspace
  37.              r13 = ptr to stack (r12+1024)
  38.              r14 = return address
  39.              Processor in USR mode
  40.  
  41. Please email with any suggestions/hints/new program!
  42. You can contact me at :
  43.  
  44.   cs2du@hatfield.ac.uk (until 1/8/92)
  45.  
  46. or
  47.  
  48.   14 Walcot Ave
  49.   Luton
  50.   Beds
  51.   LU2 0PW              (until 1/8/92)
  52.  
  53. or
  54.  
  55.   Budapest 1119
  56.   Allendpark 5,I,5
  57.   Hungary              (from 2/8/92)
  58.  
  59. This program is PD, but I claim the copyright over
  60. any files contained within the this directory,
  61. and the source code. The program can be passed on,
  62. but must be passed on complete, and this includes
  63. info-servers, bbs, and PD libraries. NO CHARGE should
  64. be made for this program.  Like almost any computer program,
  65. this program may contain minor bugs which should not affect
  66. the general running of the program, but may crop up
  67. occasionally due to unforeseen circumstances (e.g.
  68. running on hardware/software/OS versions not the same
  69. as the author's or under certain conditions not yet tested
  70. by the author). Users are encouraged to send any bug reports
  71. to the author at the address specified earlier, but the
  72. author is NOT liable for any problems (disk crashes, hung
  73. machines and the such like) that may arise from these bugs.
  74. This stems from the fact that the software is FREE and cannot
  75. be guaranteed to be 100% bug-free. However, the author
  76. will always fix any reported bugs and release a fresh
  77. version of this if the bug was serious enough.
  78.